home *** CD-ROM | disk | FTP | other *** search
/ Enter 2005 December / enter-cd-12-2005.iso / Internet / SpamAware 4.0 / SpamAware-Setup.exe / {app} / rules / init.pre < prev    next >
Encoding:
Text File  |  2005-06-20  |  965 b   |  31 lines

  1. # This is the right place to customize your installation of SpamAssassin.
  2. #
  3. # See 'perldoc Mail::SpamAssassin::Conf' for details of what can be
  4. # tweaked.
  5. #
  6. # This file will be loaded before *all other* configuration files, including
  7. # the system configuration.  As such, it's a good place to set things that
  8. # will affect how those files are parsed, like which plugins are loaded
  9. # etc.
  10. #
  11. ###########################################################################
  12.  
  13. # RelayCountry - add metadata for Bayes learning, marking the countries
  14. # a message was relayed through
  15. #
  16. # loadplugin Mail::SpamAssassin::Plugin::RelayCountry
  17.  
  18. # URIDNSBL - look up URLs found in the message against several DNS
  19. # blocklists.
  20. #
  21. loadplugin Mail::SpamAssassin::Plugin::URIDNSBL
  22.  
  23. # Hashcash - perform hashcash verification.
  24. #
  25. loadplugin Mail::SpamAssassin::Plugin::Hashcash
  26.  
  27. # SPF - perform SPF verification.
  28. #
  29. loadplugin Mail::SpamAssassin::Plugin::SPF
  30.  
  31.